Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Clear RX int flag before calling user-callback. #67

Merged
merged 1 commit into from
Sep 12, 2022

Conversation

aentinger
Copy link
Member

This has the added benefit of allowing the next CAN frame to be received WHILE the current one is processed in the user-callback (in case that processing takes very long, which is not advisable).

This has the added benefit of allowing the next CAN frame to be received WHILE the current one is processed in the user-callback (in case that processing takes very long, which is not advisable).
@aentinger aentinger added type: enhancement PR to improve the project. topic: firmware Code that runs on an embedded system. labels Sep 12, 2022
@aentinger aentinger self-assigned this Sep 12, 2022
@aentinger aentinger marked this pull request as ready for review September 12, 2022 10:47
@aentinger aentinger merged commit 053ab26 into main Sep 12, 2022
@aentinger aentinger deleted the clear-rx-int-flag-earlier branch September 12, 2022 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: firmware Code that runs on an embedded system. type: enhancement PR to improve the project.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant